home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -in_the_mag- / multitasking / feature / executive_v2.10 / data / developers.lha / SysInfo / ReadMe.first! < prev    next >
Text File  |  1997-02-23  |  913b  |  25 lines

  1.  
  2.                          SysInfo.library
  3.                          ~~~~~~~~~~~~~~~
  4.  
  5.     SysInfo.library was developed to bring together all the different
  6.     utility programs that add some new features to Amiga task
  7.     handling, like CPU usage calculation. SysInfo.library was first
  8.     developed for Executive, but it's possible to rewrite it to
  9.     support other similar programs. It's not necessary to support
  10.     all SysInfo.library functions in all implementations.
  11.  
  12.     Please consult the file `SysInfo.doc' for further information.
  13.  
  14.     The provided examples can be compiled with GCC or SAS/C.
  15.  
  16.     You must copy the libs/SysInfo.library to your libs: directory.
  17.  
  18.     Copy the include files to appropriate directory:
  19.  
  20.         GCC:   GCC:os-include/
  21.         SAS/C: INCLUDE:
  22.  
  23.     If you're using GCC, you must also copy the files in gcc/lib/ to
  24.     GCC:lib/ and files in gcc/os-include/ to GCC:os-include/.
  25.